This patch allows for compilation with C89 era compilers, by removing the
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 24 Feb 2006 07:28:04 +0000 (08:28 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 24 Feb 2006 07:28:04 +0000 (08:28 +0100)
trailing comma from an enum, which was not part of the C89 spec.

Signed-off-by: Bruce Rogers <brogers@novell.com>
xen/include/public/io/xs_wire.h

index 65fe5906001144101baedcc63775149fbcefe2e8..d8ae8ea11d9dba74484e788ca3a8aa3f62dd5042 100644 (file)
@@ -54,7 +54,7 @@ static struct xsd_errors xsd_errors[] __attribute__((unused)) = {
     XSD_ERROR(EROFS),
     XSD_ERROR(EBUSY),
     XSD_ERROR(EAGAIN),
-    XSD_ERROR(EISCONN),
+    XSD_ERROR(EISCONN)
 };
 
 struct xsd_sockmsg